home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineButton2_66 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  198b  |  10 lines

  1. on(release){
  2.    _root.SE_down.start(0,0);
  3.    _root.pauseOff();
  4.    _root.clearAllMC();
  5.    _root.initGame();
  6.    _root.initMovie();
  7.    _root.gotoAndPlay("title");
  8.    this.removeMovieClip();
  9. }
  10.